home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / tmn.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  409 b   |  26 lines

  1. on mouseUp
  2.   if the mouseCast = 124 then
  3.     go("text")
  4.   end if
  5.   if the mouseCast = 127 then
  6.     sound stop 1
  7.     set the sound of cast 85 to 1
  8.     go("vid1")
  9.   end if
  10.   if the mouseCast = 126 then
  11.     sound stop 1
  12.     set the sound of cast 86 to 1
  13.     go("vid2")
  14.   end if
  15.   if the mouseCast = 125 then
  16.     go("ecr3")
  17.   end if
  18.   if the mouseCast = 129 then
  19.     go(1)
  20.   end if
  21. end
  22.  
  23. on exitFrame
  24.   go(49)
  25. end
  26.